HomeSort by relevance Sort by last modified time
    Searched full:docall (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/test/Transforms/GlobalOpt/
storepointer-compare.ll 21 br i1 %CC, label %isNull, label %DoCall
23 DoCall: ; preds = %0
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.h 45 DEFINE_TYPE_CASTS(HTMLAllCollection, LiveNodeListBase, collection, collection->type() == DocAll, collection.type() == DocAll);
HTMLAllCollection.cpp 36 ASSERT_UNUSED(type, type == DocAll);
41 : HTMLCollection(node, DocAll, DoesNotOverrideItemAfter)
HTMLCollection.cpp 48 case DocAll:
90 case DocAll:
127 case DocAll:
202 case DocAll:
260 case DocAll:
461 if (!nameAttribute.isEmpty() && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element)))) {
489 if (!nameAttrVal.isEmpty() && idAttrVal != nameAttrVal && (type() != DocAll || nameShouldBeVisibleInDocumentAll(toHTMLElement(*element))))
CollectionType.h 37 DocAll, // "all" elements (IE)
  /external/chromium_org/sandbox/win/src/
crosscall_client.h 19 // 3) call the IPC interface IPCProvider::DoCall( )
325 ResultCode result = ipc_provider.DoCall(call_params, answer);
343 ResultCode result = ipc_provider.DoCall(call_params, answer);
362 ResultCode result = ipc_provider.DoCall(call_params, answer);
385 ResultCode result = ipc_provider.DoCall(call_params, answer);
410 ResultCode result = ipc_provider.DoCall(call_params, answer);
437 ResultCode result = ipc_provider.DoCall(call_params, answer);
467 ResultCode result = ipc_provider.DoCall(call_params, answer);
sandbox_types.h 32 // A channel error prevented DoCall from executing.
sharedmem_ipc_client.cc 27 // If we need to cancel an IPC before issuing DoCall
52 ResultCode SharedMemIPCClient::DoCall(CrossCallParams* params,
sharedmem_ipc_client.h 110 // called GetBuffer and you want to abort but have not called yet DoCall()
120 ResultCode DoCall(CrossCallParams* params, CrossCallReturn* answer);
  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.c 172 static int docall (lua_State *L, int narg, int nres) { function
212 if (status == LUA_OK) status = docall(L, 0, 0);
219 if (status == LUA_OK) status = docall(L, 0, 0);
228 status = docall(L, 1, 1); /* call 'require(name)' */
308 if (status == LUA_OK) status = docall(L, 0, LUA_MULTRET);
337 status = docall(L, narg, LUA_MULTRET);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLCollectionCustom.cpp 51 case DocAll:
  /art/runtime/interpreter/
interpreter_common.h 100 bool DoCall(ArtMethod* method, Thread* self, ShadowFrame& shadow_frame,
124 return DoCall<is_range, do_access_check>(method, self, shadow_frame, inst, inst_data, result);
155 return DoCall<is_range, false>(method, self, shadow_frame, inst, inst_data, result);
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.10.0/
gradle-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.0/
gradle-0.9.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/
gradle-0.9.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/
gradle-0.9.3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.1/
internal-plugins-1.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.11.2/
gradle-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.1/
gradle-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.12.2/
gradle-0.12.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.1/
gradle-0.8.1.jar 

Completed in 1352 milliseconds

1 2