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

1 2 3 4

  /external/parameter-framework/upstream/parameter/
ElementLocator.cpp 40 // Locate element
41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) function in class:CElementLocator
  /cts/apps/CameraITS/pymodules/its/
cv2image.py 76 self.locate(cam, props)
126 def locate(self, cam, props): member in class:Chart
  /external/freetype/src/tools/
glnames.py 5126 def locate( self, index ): member in class:StringNode
    [all...]
  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 55 static SMLoc locate(const Record *R);
60 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
72 Tags.push_back(Tag(C.first, locate(C.second.get())));
74 Tags.push_back(Tag(D.first, locate(D.second.get())));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 186 file = locate( "#{ vocab }.tokens" ) and return( file )
188 | unable to locate .tokens file `#{ vocab }' referenced in #{ grammar.path }
194 def locate( file_name ) method in class:ANTLR3.CompileTask.GrammarSet
393 file = group.locate( "#{ imp }.g" ) or raise( Util.tidy( <<-END ) )
394 | #{ @path }: unable to locate imported grammar file #{ imp }.g
473 message << "could not locate a grammar name and type declaration matching\n"
481 message << "could not locate a grammar name and type declaration matching\n"
  /build/make/tools/atree/
files.cpp 331 locate(FileRecord* rec, const vector<string>& search) function
358 fprintf(stderr, "%s:%d: couldn't locate source file: %s\n",
  /external/ImageMagick/MagickCore/
identify.c 455 *locate,
500 locate=GetImageArtifact(image,"identify:locate");
501 if (locate != (const char *) NULL)
516 MagickFalse,locate);
524 (void) FormatLocaleFile(file,"Channel %s locations:\n",locate);
453 *locate, local
    [all...]
  /external/ImageMagick/coders/
json.c 692 *locate,
798 locate=GetImageArtifact(image,"identify:locate");
799 if (locate == (const char *) NULL)
800 locate=GetImageArtifact(image,"json:locate");
801 if (locate != (const char *) NULL)
816 MagickFalse,locate);
826 (void) FormatLocaleFile(file," \"channel%s\": {\n",locate);
687 *locate, local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 1451 def locate(path, forceload=0): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 1529 def locate(path, forceload=0): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 1447 def locate(path, forceload=0): function
    [all...]
  /external/python/cpython2/Lib/
pydoc.py 1513 def locate(path, forceload=0): function
    [all...]
  /external/python/cpython3/Lib/
pydoc.py 1576 def locate(path, forceload=0): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 1466 def locate(path, forceload=0): function
    [all...]
  /external/autotest/client/bin/
utils.py 729 def locate(pattern, root=os.getcwd()): function
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 

Completed in 559 milliseconds

1 2 3 4