HomeSort by relevance Sort by last modified time
    Searched refs:extension (Results 1051 - 1075 of 2522) sorted by null

<<41424344454647484950>>

  /external/golang-protobuf/proto/
clone_test.go 65 Data: proto.String("extension"),
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /external/llvm/test/MC/ARM/
directive-arch_extension-fp.s 13 @ CHECK-V7: error: architectural extension 'fp' is not allowed for the current base architecture
149 @ CHECK-V7: error: architectural extension 'fp' is not allowed for the current base architecture
  /external/mesa3d/src/glx/
glxext.c 65 /* Extension required boiler plate */
301 ** Query the version of the GLX extension. This procedure works even if
302 ** the client extension is not completely set up.
837 ** Initialize the client side extension code.
890 XESetCloseDisplay(dpy, dpyPriv->codes->extension, __glXCloseDisplay);
891 XESetErrorString (dpy, dpyPriv->codes->extension,__glXErrorString);
960 ** Setup for sending a GLX command on dpy. Make sure the extension is
987 /* Forced to lookup extension via the slow initialize route */
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 61 # and make it return True when the descriptor is an instance of the extension
245 is_extendable: Does this type define any extension ranges?
310 for extension in self.extensions:
311 extension.extension_scope = self
397 Somewhat confusingly, for extension fields, this is the
406 is_extension: True iff this describes an extension field.
408 Gives the message that immediately contains this extension field.
409 Will be None iff we're a top-level (file-level) extension field.
790 extensions_by_name: Dict of extension names and their descriptors.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 533 // because the DEFAULT_INSTANCE is used by the extension to lazily retrieve
536 ImmutableExtensionGenerator(descriptor_->extension(i), context_)
590 // Merge the fields and the extension ranges, both sorted by field number.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 208 string SanitizeNameForObjC(const string& input, const string& extension) {
210 return input + extension;
    [all...]
  /external/robolectric-shadows/
run_robotests.mk 89 # Convert the paths into package names by removing .java extension and replacing "/" with "."
  /external/tensorflow/tensorflow/examples/image_retraining/
retrain.py 172 for extension in extensions:
173 file_glob = os.path.join(image_dir, dir_name, '*.' + extension)
    [all...]
  /external/v8/src/
api.h 60 explicit RegisteredExtension(Extension* extension);
63 Extension* extension() { return extension_; } function in class:v8::RegisteredExtension
67 Extension* extension_;
  /external/webrtc/webrtc/base/
proxydetect.cc 482 std::string extension(".default");
483 while (!EndsWith(it->Name(), extension)) {
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework_unittest.cc 806 media_packet->header().extension.absoluteSendTime) {
809 absolute_send_time = media_packet->header().extension.absoluteSendTime;
    [all...]
  /frameworks/av/drm/drmserver/
DrmManager.cpp 183 String8 extension = path.getPathExtension(); local
184 if (String8("") != extension) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java     [all...]
  /frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
localizemaven-1.1.jar 
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 674 protected static CompressFormat convertExtensionToCompressFormat(String extension) {
675 return extension.equals("png") ? CompressFormat.PNG : CompressFormat.JPEG;
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
doc.go 132 4. Alphabetical list of cryptographic extension instructions
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 112 // If a file's name, after stripping the extension and a possible _test suffix,
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked.go 155 // removeChunkExtension removes any chunk-extension from p.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
doc.go 132 4. Alphabetical list of cryptographic extension instructions
  /prebuilts/go/linux-x86/src/go/build/
doc.go 112 // If a file's name, after stripping the extension and a possible _test suffix,
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked.go 155 // removeChunkExtension removes any chunk-extension from p.
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-model-2.2.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/
run_robotests.mk 94 # Convert the paths into package names by removing .java extension and replacing "/" with "."

Completed in 692 milliseconds

<<41424344454647484950>>