HomeSort by relevance Sort by last modified time
    Searched defs:external (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/
__init__.py 55 import networkx.external namespace
  /external/clang/include/clang/Basic/
Visibility.h 66 static LinkageInfo external() { function in class:clang::LinkageInfo
  /frameworks/base/core/jni/android/graphics/
Bitmap.h 30 External,
45 * Since not all Bitmaps are byte[]-backed it also supports external allocations,
110 } external; member in union:android::Bitmap::__anon22480
  /external/mesa3d/src/egl/main/
egldriver.c 493 * we do not load the outdated external driver that is still on the
530 void *external = (void *) "egl_gallium"; local
531 _eglPreloadForEach(_eglGetSearchPath(), _eglLoaderFile, external); local
  /external/v8/tools/profviz/
composer.js 99 'V8.External':
100 new TimerEvent("external", "#3399FF", false, 0),
126 'external ': new CodeKind("#3399FF", [-2]),
285 code_entry.kind = -3; // External code kind.
  /external/lzma/C/
7zIn.c 531 Byte external; local
532 RINOK(SzReadByte(sd, &external));
533 return (external == 0) ? SZ_OK: SZ_ERROR_UNSUPPORTED;
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 173 Byte external = archive->ReadByte(); local
174 if (external != 0)
    [all...]
  /external/ppp/pppd/
ipxcp.c 229 * Convert from internal to external notation
236 short int external; local
239 external = IPX_NONE;
241 external = RIP_SAP;
243 return external;
642 short external = to_external (go->router); local
643 if (external != RIP_SAP) {
646 PUTSHORT (external, ucp);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 78 JS_STATIC_PROP_ENTRY(external)
1150 FX_BOOL Document::external(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) function in class:Document
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 1598 intptr_t external = local
    [all...]
  /external/libxml2/include/libxml/
parser.h 42 * external entities - in which case we use the buf structure for
215 int hasExternalSubset; /* reference and external subset */
217 int external; /* are we parsing an external entity */ member in struct:_xmlParserCtxt
240 xmlChar * extSubURI; /* URI of external subset */
241 xmlChar * extSubSystem; /* SYSTEM ID of external subset */
258 int loadsubset; /* should the external subset be loaded */
342 * The entity loader, to control the loading of external entities,
357 * @ExternalID: the external ID
370 * @ExternalID: the external I
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 781 // When the generated code calls an external reference we need to catch that in
782 // the simulator. The external reference will be a function compiled for the
784 // execute it with the simulator. We do that by redirecting the external
1714 intptr_t external = local
    [all...]
  /external/v8/src/
factory.cc 1414 Handle<JSObject> external = NewJSObjectFromMap(external_map()); local
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 927 // When the generated code calls an external reference we need to catch that in
928 // the simulator. The external reference will be a function compiled for the
930 // execute it with the simulator. We do that by redirecting the external
1660 intptr_t external = local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.4.0-alpha1/
lint-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.0-beta1/
lint-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.0-beta2/
lint-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.0-beta3/
lint-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.0-beta4/
lint-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.1/
lint-24.3.1.jar 
  /external/v8/src/arm64/
simulator-arm64.cc 446 // When the generated code calls an external reference we need to catch that in
447 // the simulator. The external reference will be a function compiled for the
449 // execute it with the simulator. We do that by redirecting the external
553 int64_t external = redirection->external_function<int64_t>(); local
575 reinterpret_cast<SimulatorRuntimeCall>(external);
603 reinterpret_cast<SimulatorRuntimeDirectApiCall>(external);
617 reinterpret_cast<SimulatorRuntimeCompareCall>(external);
632 reinterpret_cast<SimulatorRuntimeFPCall>(external);
647 reinterpret_cast<SimulatorRuntimeFPFPCall>(external);
662 reinterpret_cast<SimulatorRuntimeFPIntCall>(external);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 354 DiCursor external = theBlock; local
392 info.li_length = step_initial_length_field( &external, &is64 );
406 info.li_version = ML_(cur_step_UShort)(&external);
418 info.li_header_length = is64 ? ML_(cur_step_ULong)(&external)
419 : (ULong)(ML_(cur_step_UInt)(&external));
424 info.li_min_insn_length = ML_(cur_step_UChar)(&external);
435 info.li_max_ops_per_insn = ML_(cur_step_UChar)(&external);
448 info.li_default_is_stmt = ML_(cur_step_UChar)(&external);
473 info.li_line_base = ML_(cur_step_UChar)(&external);
479 info.li_line_range = ML_(cur_step_UChar)(&external);
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.0-alpha1/
lint-24.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.3.0-alpha2/
lint-24.3.0-alpha2.jar 

Completed in 1015 milliseconds

1 2 3