Searched defs:join (Results 51 - 75 of 87) sorted by relevance

1234

/external/v8/tools/
H A Dpresubmit.py40 from os.path import abspath, join, dirname, basename, exists namespace
185 all_files += self.FindFilesIn(join(path, file))
203 result.append(join(root, file))
226 return ['src', 'preparser', 'include', 'samples', join('test', 'cctest')]
236 filt = '-,' + ",".join(['+' + n for n in ENABLED_LINT_RULES])
238 local_cpplint = join(path, "tools", "cpplint.py")
242 commands = join([command + [file] for file in files])
284 result.append(join(path, file))
336 linenumbers = ', '.join(lines)
368 workspace = abspath(join(dirnam
[all...]
H A Dtest.py34 from os.path import join, dirname, abspath, basename, isdir, exists namespace
79 print "Path: %s" % "/".join(test.path)
96 thread.join(timeout=10000000)
148 return " ".join(parts)
471 if context.verbose: print "#", " ".join(args)
741 command_line = (['scons', '-Y', context.workspace, 'mode=' + ",".join(mode)]
1395 return isdir(path) and exists(join(path, 'testcfg.py'))
1396 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]
1425 workspace = abspath(join(dirname(sys.argv[0]), '..'))
1426 suites = GetSuites(join(workspac
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A DANPPaintInterface.cpp91 static void anp_setStrokeJoin(ANPPaint* paint, ANPPaintJoin join) { argument
92 paint->setStrokeJoin(static_cast<SkPaint::Join>(join));
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py112 files.append(self.join(dirpath, filename))
135 def join(self, *comps): member in class:FileSystem
137 return os.path.join(*comps)
178 os.makedirs(self.join(*path))
H A Dfilesystem_mock.py68 return self.abspath(self.join(self.cwd, path))
161 def join(self, *comps): member in class:MockFileSystem
164 return re.sub(re.escape(os.path.sep), self.sep, os.path.join(*comps))
196 return self.join(dir, "%s_%u_%s" % (prefix, curno, suffix))
222 norm_path = self.normpath(self.join(*path))
235 # Like join(), relies on os.path functionality but normalizes the
/external/guava/guava/src/com/google/common/io/
H A DByteStreams.java864 public static InputSupplier<InputStream> join( method in class:ByteStreams
873 /** Varargs form of {@link #join(Iterable)}. */
874 public static InputSupplier<InputStream> join( method in class:ByteStreams
876 return join(Arrays.asList(suppliers));
/external/guava/guava/src/com/google/common/primitives/
H A DInts.java361 * by {@code separator}. For example, {@code join("-", 1, 2, 3)} returns
368 public static String join(String separator, int... array) { method in class:Ints
H A DLongs.java345 * by {@code separator}. For example, {@code join("-", 1L, 2L, 3L)} returns
352 public static String join(String separator, long... array) { method in class:Longs
/external/skia/gm/
H A Ddegeneratesegments.cpp193 const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join,
200 paint.setStrokeJoin(join);
192 drawPath(SkPath& path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPath::FillType fill, SkScalar strokeWidth) argument
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c302 void join(LCHAR* toJoin, LCHAR* end, LCHAR join_char) function
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp312 void PlatformGraphicsContext::setLineJoin(LineJoin join) argument
314 switch (join) {
325 ALOGD("PlatformGraphicsContextSkia::setLineJoin: unknown LineJoin %d\n", join);
H A DGraphicsContextAndroid.cpp488 void GraphicsContext::setLineJoin(LineJoin join) argument
492 platformContext()->setLineJoin(join);
H A DPlatformGraphicsContextRecording.cpp608 void PlatformGraphicsContextRecording::setLineJoin(LineJoin join) argument
610 PlatformGraphicsContext::setLineJoin(join);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java378 stdoutVacuum.join();
379 stderrVacuum.join();
527 public void join() throws InterruptedException { method in class:BaseTest.StreamVacuum
528 sucker.join();
/external/skia/src/core/
H A DSkStroke.cpp67 SkPaint::Join join);
181 SkPaint::Cap cap, SkPaint::Join join)
184 /* This is only used when join is miter_join, but we initialize it here
189 if (join == SkPaint::kMiter_Join) {
191 join = SkPaint::kBevel_Join;
197 fJoiner = SkStrokerPriv::JoinFactory(join);
320 } else { // miter-join
516 void SkStroke::setJoin(SkPaint::Join join) { argument
517 SkASSERT((unsigned)join < SkPaint::kJoinCount);
518 fJoin = SkToU8(join);
180 SkPathStroker(SkScalar radius, SkScalar miterLimit, SkPaint::Cap cap, SkPaint::Join join) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c729 struct ieee80211_join_event *join; local
775 join = (struct ieee80211_join_event *) &ifan[1];
776 bsd_new_sta(drv, drv->hapd, join->iev_addr);
1168 struct ieee80211_join_event *join; local
1245 join = (struct ieee80211_join_event *) &ifan[1];
1246 bsd_new_sta(drv, ctx, join->iev_addr);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c729 struct ieee80211_join_event *join; local
775 join = (struct ieee80211_join_event *) &ifan[1];
776 bsd_new_sta(drv, drv->hapd, join->iev_addr);
1168 struct ieee80211_join_event *join; local
1245 join = (struct ieee80211_join_event *) &ifan[1];
1246 bsd_new_sta(drv, ctx, join->iev_addr);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c428 int join = 0; local
457 } else if (!os_strcmp(entry.key, "join") &&
459 join = (entry.bool_value == TRUE) ? 1 : 0;
506 persistent_group, 0, join, authorize_only,
641 * No group ID means propose to a peer to join my active group
646 message, "Failed to join to an active group");
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c729 struct ieee80211_join_event *join; local
775 join = (struct ieee80211_join_event *) &ifan[1];
776 bsd_new_sta(drv, drv->hapd, join->iev_addr);
1168 struct ieee80211_join_event *join; local
1245 join = (struct ieee80211_join_event *) &ifan[1];
1246 bsd_new_sta(drv, ctx, join->iev_addr);
/external/valgrind/main/coregrind/
H A Dvgdb.c1709 int join; local
1729 join will succeed. For the "kill" case, we cause an alarm
1737 join = pthread_join(invoke_gdbserver_in_valgrind_thread, NULL);
1738 if (join != 0)
1740 (join,
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp432 LineJoin join; local
433 if (!parseLineJoin(s, join))
435 state().m_lineJoin = join;
439 c->setLineJoin(join);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1072 void GraphicsContext::setLineJoin(LineJoin join) argument
1076 switch (join) {
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp969 void GraphicsContext::setLineJoin(LineJoin join) argument
973 switch (join) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h582 u16 config_methods, int join)
587 config_methods, join);
580 wpa_drv_p2p_prov_disc_req(struct wpa_supplicant *wpa_s, const u8 *peer_addr, u16 config_methods, int join) argument
H A Dctrl_iface.c3108 int join; local
3118 * [join] [auth] [go_intent=<0..15>] [freq=<in MHz>] [provdisc]
3143 join = os_strstr(pos, " join") != NULL;
3186 persistent_group, automatic, join,
3224 /* <addr> <config method> [join|auto] */
3234 if (os_strstr(pos, " join") != NULL)

Completed in 353 milliseconds

1234