HomeSort by relevance Sort by last modified time
    Searched full:attaching (Results 26 - 50 of 335) sorted by null

12 3 4 5 6 7 8 91011>>

  /art/runtime/ti/
agent.cc 34 Agent::LoadError Agent::DoLoadHelper(bool attaching,
50 AgentOnLoadFunction callback = attaching ? onattach_ : onload_;
53 (attaching ? "attach" : "load"),
  /external/deqp/modules/gles2/functional/
es2fFboApiTest.cpp 270 logComment(testCtx, "Attaching 2D texture to default framebuffer");
277 logComment(testCtx, "Attaching renderbuffer to default framebuffer");
289 logComment(testCtx, "Attaching 2D texture using GL_TEXTURE_CUBE_MAP_NEGATIVE_X texture target");
296 logComment(testCtx, "Attaching deleted 2D texture object");
306 logComment(testCtx, "Attaching cube texture using GL_TEXTURE_2D texture target");
312 logComment(testCtx, "Attaching deleted cube texture object");
322 logComment(testCtx, "Attaching renderbuffer using GL_FRAMEBUFFER renderbuffer target");
328 logComment(testCtx, "Attaching deleted renderbuffer object");
342 logComment(testCtx, "Attaching allocated texture name to 2D target");
346 logComment(testCtx, "Attaching allocated texture name to cube target")
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboApiTests.cpp 246 logComment(testCtx, "Attaching 2D texture to default framebuffer");
253 logComment(testCtx, "Attaching renderbuffer to default framebuffer");
265 logComment(testCtx, "Attaching 2D texture using GL_TEXTURE_CUBE_MAP_NEGATIVE_X texture target");
272 logComment(testCtx, "Attaching deleted 2D texture object");
282 logComment(testCtx, "Attaching cube texture using GL_TEXTURE_2D texture target");
288 logComment(testCtx, "Attaching deleted cube texture object");
298 logComment(testCtx, "Attaching renderbuffer using GL_FRAMEBUFFER renderbuffer target");
304 logComment(testCtx, "Attaching deleted renderbuffer object");
318 logComment(testCtx, "Attaching allocated texture name to 2D target");
322 logComment(testCtx, "Attaching allocated texture name to cube target")
    [all...]
  /external/libmojo/mojo/edk/embedder/
embedder_unittest.cc 149 // Write a message to |h0| (attaching nothing).
153 // Write one message to |server_mp|, attaching |h1|.
256 // 1. Write a message to |server_mp| (attaching nothing).
269 // 5. Write a message to |server_mp|, attaching |mp1|.
304 // 2. Write a message to |client_mp| (attaching nothing).
321 // 8. Write a message to |mp1|, attaching |mp2|.
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_pressure_test/
cpuset_memory_pressure_testset.sh 134 tst_resm TFAIL "attaching self to sub group failed"
211 tst_resm TFAIL "attaching self to sub group failed"
219 tst_resm TFAIL "attaching self to root group failed"
  /toolchain/binutils/binutils-2.25/gas/config/
obj-som.c 112 as_fatal (_("FATAL: Attaching compiler header %s"), stdoutput->filename);
151 as_fatal (_("attaching version header %s: %s"),
193 as_fatal (_("attaching copyright header %s: %s"),
  /external/skia/platform_tools/android/bin/
android_gdb_app 45 echo "Attaching to pid: $PID"
  /external/skia/src/core/
SkCachedData.h 88 * Attaching a data to to a SkResourceCache (only one at a time) enables the data to be
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 36 * Receiver that handles finished bugreports, usually by attaching them to an
  /external/autotest/client/cros/cellular/
cellular.py 62 'ATTACHING',
121 UeGsmDataStatus.ATTACHING: UeGenericDataStatus.NONE, # Transition
  /external/webrtc/webrtc/tools/loopback_test/
adapter.js 112 console.log("Attaching media stream");
202 console.log('Error attaching stream to element.');
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 199 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
226 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
405 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 199 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
226 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
405 // TODO(gri) consider using Name{"..."} instead of nil (permits attaching of comments)
  /prebuilts/sdk/
README-jack-server.txt 218 - Attaching your compilation log.
219 - Attaching the file produced by jack-admin dump-report
230 Please report and give us additional information by attaching the file
  /prebuilts/sdk/tools/
README-jack-server.md 222 - Attaching your compilation log.
223 - Attaching the file produced by `jack-admin dump-report`
235 Please report and give us additional information by attaching the file produced by
  /system/core/adf/libadf/tests/
adf_test.cpp 102 "attaching overlay engine " << eng_id << " to interface " <<
289 EXPECT_EQ(-EALREADY, err) << "attaching overlay engine " << eng_id <<
298 EXPECT_EQ(-EINVAL, err) << "attaching overlay engine " << eng_id <<
  /developers/samples/android/ui/views/EffectiveNavigation/app/src/main/java/com/example/android/effectivenavigation/
CollectionDemoActivity.java 57 // Set up the ViewPager, attaching the adapter.
  /external/iproute2/man/man8/
tc-drr.8 57 not delay packets. Attaching non-work-conserving qdiscs like tbf to it does not make
  /external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java 10 * This class is used to resolve the list of Internet address to use when attaching JmDNS to the network.
  /external/libpcap/
pcap_inject.3pcap 60 libpcap used when attaching to the device, even on platforms that
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_common.sh 49 tst_resm TINFO "Attaching task $pid to $path"
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
Session.java 44 * Open the data connection, attaching to the predefined port number on the client
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
Session.java 44 * Open the data connection, attaching to the predefined port number on the client
  /external/skia/include/gpu/
GrRenderTarget.h 135 // Allows the backends to perform any additional work that is required for attaching a
  /external/webrtc/talk/media/base/
capturemanager.h 34 // class also provides APIs for attaching VideoRenderers to a specific capturer

Completed in 551 milliseconds

12 3 4 5 6 7 8 91011>>