HomeSort by relevance Sort by last modified time
    Searched refs:named (Results 176 - 200 of 326) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 404 statline {Number of named indices} $nmanindex
486 Number of named indices
  /external/chromium_org/v8/test/mjsunit/
mirror-array.js 82 assertEquals(void 0, fromJSON.namedInterceptor, 'No named interceptor expected in JSON');
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 19 knowledge of the concepts covered in these named backround
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 121 (** [find_function n ee] finds the function named [n] defined in any of the
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 155 (** [by_name name] returns [Some t] if a target [t] named [name] is
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 180 (* If 'f' conflicted, there was already something named 'name'. If it
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-util-3.3.jar 
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 4 --tool=<name> use the Valgrind tool named <name> [memcheck]
cmdline2.stdout.exp 4 --tool=<name> use the Valgrind tool named <name> [memcheck]
  /ndk/build/core/
build-local.mk 191 # Fake an application named 'local'
add-application.mk 20 # variable named '_application_mk' which points to a given Application.mk
  /prebuilts/tools/common/asm-tools/
asm-util-4.0.jar 
  /external/chromium_org/v8/src/
mirror-debugger.js 164 PropertyKind.Named = 1;
663 * @param {number} kind Indicate whether named, indexed or both kinds of
671 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
677 // Find all the named properties.
678 if (kind & PropertyKind.Named) {
684 // Get names for named interceptor properties if any.
685 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {
716 // Copy names for named properties.
717 if (kind & PropertyKind.Named) {
736 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 4296 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(isolate); local
4540 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(isolate); local
4580 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(isolate); local
6840 v8::Handle<v8::ObjectTemplate> named = v8::ObjectTemplate::New(isolate); local
    [all...]
  /external/chromium_org/extensions/renderer/resources/
event.js 178 // the unique instance of that named event, and dispatching an event
234 // Dispatches a named event with the given argument array. The args array is
  /external/chromium_org/tools/grit/grit/
util.py 187 '&(#(?P<decimal>[0-9]+)|#x(?P<hex>[a-fA-F0-9]+)|(?P<named>[a-z0-9]+));',
226 '''Returns 'text' with <, > and & (and optionally ") escaped to named HTML
227 entities. Any existing named entity or HTML entity defined by decimal or
244 '''Returns 'text' with all HTML character entities (both named character
258 name = groups['named']
290 named parameter 'param_name' is always set to 'param_value' unless explicitly
  /external/clang/
clang-tblgen-rules.mk 144 $(call transform-host-clang-td-to-out,clang-comment-html-named-character-references)
  /external/guava/guava-tests/test/com/google/common/collect/
TreeBasedTableTest.java 67 .named("RowMapTestSuite").createTestSuite());
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.js 223 * Creates an element named |elementName| containing the content |text|.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 83 * named "listener".
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 5 % optionally exports each plot to an appropriately named file.
  /external/icu/icu4c/source/
icudefs.mk 202 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 198 (* If 'f' conflicted, there was already something named 'name'. If it
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 335 final boolean named = mAdapter.hasFilteredItem();
339 return named ? getString(title.namedTitleRes, mAdapter.getFilteredItem().displayLabel) :
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 570 (** [struct_name ty] returns the name of the named structure type [ty],
571 or None if the structure type is not named *)
574 (** [named_struct_type context name] returns the named structure type [name]
579 (** [struct_set_body ty elts ispacked] sets the body of the named struct [ty]
804 (** [get_named_metadata m name] returns all the MDNodes belonging to the named
810 metadata named [name] in module [m]. If the metadata does not exist,
873 [namedty] (which must be a named structure type) and containing the values [elts].
    [all...]

Completed in 2329 milliseconds

1 2 3 4 5 6 78 91011>>