HomeSort by relevance Sort by last modified time
    Searched refs:uniqueName (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureDeviceInfoAndroid.java 55 String uniqueName = deviceUniqueName(i, info);
66 Log.d(TAG, uniqueName);
68 Log.e(TAG, "Failed to open " + uniqueName + ", skipping", e);
95 cameraDict.put("name", uniqueName);
  /external/fonttools/Lib/fontTools/ttLib/tables/
S_I_N_G_.py 17 uniqueName: 28s
31 self.uniqueName = self.decompileUniqueName(self.uniqueName)
63 d["uniqueName"] = self.compilecompileUniqueName(self.uniqueName, 28)
95 if name in ["uniqueName", "METAMD5", "baseGlyphName"]:
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 37 const AtomicString& uniqueName() const { return m_uniqueName; }
39 // |fallbackName| is used as a source of uniqueName.
FrameTree.cpp 122 if (frame->tree().uniqueName() == name)
148 if (frame->tree().uniqueName().startsWith(framePathPrefix))
155 name.append(frame->tree().uniqueName().string().substring(framePathPrefixLength,
156 frame->tree().uniqueName().length() - framePathPrefixLength - framePathSuffixLength));
161 name.append(frame->tree().uniqueName());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 181 string uniqueName = "n" + GetNodeNumber( t );
182 return string.Format( NodeFormat, uniqueName, FixString( text ) );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 170 string uniqueName = "n" + GetNodeNumber(t);
171 return string.Format(NodeFormat, uniqueName, FixString(text));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 181 string uniqueName = "n" + GetNodeNumber( t );
182 return string.Format( NodeFormat, uniqueName, FixString( text ) );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DOTTreeGenerator.java 187 String uniqueName = "n"+getNodeNumber(t);
188 nodeST.setAttribute("name", uniqueName);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
dottreegen.py 157 uniqueName = "n%d" % self.getNodeNumber(t)
158 nodeST.setAttribute("name", uniqueName)
  /external/chromium_org/content/renderer/
history_entry.cc 179 return unique_names_to_items_[frame->GetWebFrame()->uniqueName().utf8()];
render_frame_impl.cc     [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 561 * @param uniqueName A unique directory name to append to the cache dir
564 public static File getDiskCacheDir(Context context, String uniqueName) {
572 return new File(cachePath + File.separator + uniqueName);
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 561 * @param uniqueName A unique directory name to append to the cache dir
564 public static File getDiskCacheDir(Context context, String uniqueName) {
572 return new File(cachePath + File.separator + uniqueName);
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 561 * @param uniqueName A unique directory name to append to the cache dir
564 public static File getDiskCacheDir(Context context, String uniqueName) {
572 return new File(cachePath + File.separator + uniqueName);
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 130 virtual WebString uniqueName() const = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 87 virtual WebString uniqueName() const OVERRIDE;
WebRemoteFrameImpl.h 33 virtual WebString uniqueName() const OVERRIDE;
WebRemoteFrameImpl.cpp 135 WebString WebRemoteFrameImpl::uniqueName() const
WebLocalFrameImpl.cpp 524 WebString WebLocalFrameImpl::uniqueName() const
526 return frame()->tree().uniqueName();
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 66 std::string name8 = frame->uniqueName().utf8();
215 result.append(frame->uniqueName().utf8().data());
284 std::string("frame '") + frame->uniqueName().utf8().data() + "' ";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 438 textStream << child->tree().uniqueName();
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 638 m_archive = parentCollection->popSubframeArchive(m_frame->tree().uniqueName(), m_request.url());
FrameLoader.cpp 284 m_currentItem->setTarget(m_frame->tree().uniqueName());
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 684 milliseconds

1 2