HomeSort by relevance Sort by last modified time
    Searched defs:SHARED (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/
Makefile 64 # Should we build shared libraries?
71 SHARED = $(SHARED1)
79 SHARED = $(SHARED1) $(SHARED2) $(SHARED3)
91 all: $(SHARED) $(LIBRARY)
97 -rm -f $(PROGRAMS) $(BENCHMARKS) $(LIBRARY) $(SHARED) $(MEMENVLIBRARY) */*.o */*/*.o ios-x86/*/*.o ios-arm/*/*.o build_config.mk
  /external/chromium_org/v8/src/compiler/
common-operator-unittest.cc 18 // Shared operators.
41 #define SHARED(Name, properties, value_input_count, effect_input_count, \
48 SHARED(Dead, Operator::kFoldable, 0, 0, 0, 0, 1),
49 SHARED(End, Operator::kFoldable, 0, 0, 1, 0, 0),
50 SHARED(Branch, Operator::kFoldable, 1, 0, 1, 0, 2),
51 SHARED(IfTrue, Operator::kFoldable, 0, 0, 1, 0, 1),
52 SHARED(IfFalse, Operator::kFoldable, 0, 0, 1, 0, 1),
53 SHARED(Throw, Operator::kFoldable, 1, 0, 1, 0, 1),
54 SHARED(Return, Operator::kNoProperties, 1, 1, 1, 1, 1),
55 SHARED(ControlEffect, Operator::kPure, 0, 0, 1, 1, 0
    [all...]
common-operator.cc 67 #define SHARED(Name, properties, value_input_count, control_input_count) \
74 SHARED_OP_LIST(SHARED)
75 #undef SHARED
94 #define SHARED(Name, properties, value_input_count, control_input_count) \
98 SHARED_OP_LIST(SHARED)
99 #undef SHARED
  /external/chromium_org/dbus/
bus.h 152 // you are sure that SHARED is safe for you, which is unlikely the case
155 // PRIVATE gives you a private connection, that won't be shared with
158 // SHARED gives you a connection shared among other Bus objects, which
159 // is unsafe if the connection is shared with multiple threads.
162 SHARED,
411 // Do not call for shared connection it will be released by libdbus.
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 120 SHARED = 3,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 68 SHARED,
97 if (value == "shared")
98 *output = SHARED;
368 entry.shared_option == SHARED,
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 282 milliseconds