HomeSort by relevance Sort by last modified time
    Searched full:setname (Results 401 - 425 of 1115) sorted by null

<<11121314151617181920>>

  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 107 /* package */ void setName(String name) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 113 public void setName(String name) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterColorBorderRepresentation.java 94 setName(representation.getName());
FilterCropRepresentation.java 51 setName(m.getName());
FilterMirrorRepresentation.java 82 setName(m.getName());
FilterVignetteRepresentation.java 66 setName("Vignette");
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 114 mLocalAdapter.setName(deviceName);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ControlPane.java 144 protected void setName(String name) {
  /system/core/logd/
LogStatistics.h 52 void setName(char *name);
  /external/jdiff/
xerces.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cluscfgserver.h 325 virtual HRESULT WINAPI SetName(LPCWSTR pcszNameIn) = 0;
341 HRESULT (WINAPI *SetName)(IClusCfgNodeInfo *This,LPCWSTR pcszNameIn);
359 #define IClusCfgNodeInfo_SetName(This,pcszNameIn) (This)->lpVtbl->SetName(This,pcszNameIn)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 298 setName("AcceptThread" + mSocketType);
384 setName("ConnectThread" + mSocketType);
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 317 setName("AcceptThread" + mSocketType);
403 setName("ConnectThread" + mSocketType);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 317 setName("AcceptThread" + mSocketType);
403 setName("ConnectThread" + mSocketType);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 292 setName("AcceptThread" + mSocketType);
378 setName("ConnectThread" + mSocketType);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 317 setName("AcceptThread" + mSocketType);
403 setName("ConnectThread" + mSocketType);
  /external/chromium_org/content/browser/
ppapi_plugin_process_host.cc 281 process_->SetName(plugin_path_.BaseName().LossyDisplayName());
283 process_->SetName(base::UTF8ToUTF16(info.name));
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 187 void WebRemoteFrameImpl::setName(const WebString&)
848 m_frame->tree().setName(name, nullAtom);
  /external/chromium_org/third_party/webrtc/base/
thread.cc 148 SetName("Thread", this); // default name
177 bool Thread::SetName(const std::string& name, const void* obj) {
thread_unittest.cc 211 EXPECT_TRUE(thread->SetName("No object", NULL));
217 EXPECT_TRUE(thread->SetName("Abcdefghijklmnopqrstuvwxyz1234567890", this));
  /external/elfutils/0.153/libebl/
libebl.h 246 On success, set *SETNAME to a description like "integer" or "FPU"
252 const char **prefix, const char **setname,
  /external/javassist/src/main/javassist/
CtNewMethod.java 185 cm.setName(name);
310 * <code>setName()</code>.
  /external/javassist/tutorial/
tutorial.html 433 cc.setName("Pair");
437 class <code>Point</code>. Then it calls <code>setName()</code> to
444 <p>Note that <code>setName()</code> in <code>CtClass</code> changes a
447 <code>CtClass</code> objects. <code>setName()</code> changes
467 cc.setName("Pair");
475 <code>cc.setName("Pair")</code> is executed, the <code>CtClass</code>
508 class as a copy of <code>Point</code> since executing <code>setName()</code>
516 cc.setName("Pair"); // wrong since writeFile() has been called.
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 312 propertyInfo.setName(name);
359 propertyInfo.setName(name);
  /external/lldb/include/lldb/Target/
ObjCLanguageRuntime.h 63 SetName (name, strict);
103 SetName (const char *name, bool strict);

Completed in 590 milliseconds

<<11121314151617181920>>