HomeSort by relevance Sort by last modified time
    Searched refs:sf (Results 26 - 50 of 947) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/toybox/tests/
readlink.test 18 ln -sf notfound link
21 ln -sf ../../ link
24 ln -sf file link
26 ln -sf . link
51 ln -sf / link || exit 1
55 rm -f link && ln -sf link link || exit 1
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /prebuilts/tools/common/m2/repository/net/sf/ezmorph/ezmorph/1.0.6/
ezmorph-1.0.6.jar 
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h_x.h 90 Word16 sf, /* (i): scaling factor: 2 for 12.2, 1 for others */
cor_h_x2.h 109 Word16 sf, /* (i): scaling factor: 2 for 12.2, 1 for others */
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
condition_util.go 11 func bfxpreferred_4(sf, opc1, imms, immr uint32) bool {
15 if (imms>>5 == sf) && (imms&0x1f == 0x1f) {
19 if sf == 0 && (imms == 7 || imms == 15) {
22 if sf == 1 && opc1 == 0 && (imms == 7 ||
30 func move_wide_preferred_4(sf, N, imms, immr uint32) bool {
31 if sf == 1 && N != 1 {
34 if sf == 0 && !(N == 0 && ((imms>>5)&1) == 0) {
41 if sf == 1 {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
condition_util.go 11 func bfxpreferred_4(sf, opc1, imms, immr uint32) bool {
15 if (imms>>5 == sf) && (imms&0x1f == 0x1f) {
19 if sf == 0 && (imms == 7 || imms == 15) {
22 if sf == 1 && opc1 == 0 && (imms == 7 ||
30 func move_wide_preferred_4(sf, N, imms, immr uint32) bool {
31 if sf == 1 && N != 1 {
34 if sf == 0 && !(N == 0 && ((imms>>5)&1) == 0) {
41 if sf == 1 {
  /art/test/115-native-bridge/
run 23 ln -sf ${LIBPATH}/libnativebridgetest.so .
27 ln -sf ${LIBPATH}/libarttest.so libarttest2.so
28 ln -sf ${LIBPATH}/libarttestd.so libarttestd2.so
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SimpleFormatterTest.java 33 SimpleFormatter sf; field in class:SimpleFormatterTest
44 sf = new SimpleFormatter();
50 sf.format(null);
54 sf.format(new LogRecord(Level.SEVERE, null));
64 String str = sf.format(lr);
71 str = sf.format(lr);
77 String str = sf.format(lr);
96 str = sf.format(lr);
108 assertEquals("", sf.getHead(null));
112 assertEquals("", sf.getTail(null))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_sensors_temp.c 92 const sensors_subfeature *sf; local
96 sf = sensors_get_subfeature(sti->chip, sti->feature,
98 if (sf)
99 sti->current = get_value(sti->chip, sf);
102 sf = sensors_get_subfeature(sti->chip, sti->feature,
104 if (sf) {
107 sti->current = get_value(sti->chip, sf) * 1000;
111 sf = sensors_get_subfeature(sti->chip, sti->feature,
113 if (sf)
114 sti->current = get_value(sti->chip, sf);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.h 26 const struct scale_factors *sf, int w, int h,
29 sf->predict[subpel_x != 0][subpel_y != 0][ref](src, src_stride, dst,
37 const int subpel_x, const int subpel_y, const struct scale_factors *sf,
39 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref](
65 const struct scale_factors *sf, int w, int h,
72 const MV *mv_q3, const struct scale_factors *sf, int w, int h, int do_avg,
78 const struct scale_factors *sf) {
79 const int x = sf ? sf->scale_value_x(x_offset, sf) : x_offset
    [all...]
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /external/syslinux/core/fs/lib/
searchconfig.c 23 const char *sf, **sfp; local
26 for (sfp = filenames; (sf = *sfp); sfp++) {
30 sf);
  /toolchain/binutils/binutils-2.27/gprof/
basic_blocks.c 323 Source_File *sf = (Source_File *) arg;
331 if (line_num <= sf->num_lines)
332 b = (Sym *) sf->line[line_num - 1];
466 Source_File *sf;
488 for (sf = first_src_file; sf; sf = sf->next)
490 if (sf->num_lines > 0)
492 sf->line = (void **) xmalloc (sf->num_lines * sizeof (sf->line[0]))
322 Source_File *sf = (Source_File *) arg; local
465 Source_File *sf; local
    [all...]
source.h 52 /* Read source file SF output annotated source. The annotation is at
61 (Source_File *sf, unsigned int max_width,
  /external/valgrind/none/tests/x86/
aad_aam.c 21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
43 sf=!!(flags&0x80);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
48 // flags,cf,pf,af,zf,sf,of);
56 if (sf != !!(out&0x80)) {
57 printf("Error with aam (sf)!\n");
90 sf=!!(flags&0x80);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
103 if (sf != !!(out&0x80))
    [all...]
  /external/clang/test/Index/
complete-memfunc-cvquals.cpp 18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) {
23 sf->bar();
  /external/f2fs-tools/fsck/
Makefile.am 14 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/dump.f2fs
15 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/defrag.f2fs
16 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/resize.f2fs
17 ln -sf fsck.f2fs $(DESTDIR)/$(sbindir)/sload.f2fs
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_clear.c 108 struct nv30_surface *sf = nv30_surface(ps); local
123 rt_format |= util_logbase2(sf->width) << 16;
124 rt_format |= util_logbase2(sf->height) << 24;
138 PUSH_DATA (push, sf->width << 16);
139 PUSH_DATA (push, sf->height << 16);
143 PUSH_DATA (push, (sf->pitch << 16) | sf->pitch);
145 PUSH_DATA (push, sf->pitch);
146 PUSH_RELOC(push, mt->base.bo, sf->offset, NOUVEAU_BO_LOW, 0, 0);
168 struct nv30_surface *sf = nv30_surface(ps) local
    [all...]
  /external/mockito/src/test/java/org/mockitousage/stubbing/
DeepStubbingTest.java 79 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); local
80 when(sf.createSocket(anyString(), eq(80))).thenReturn(null);
81 sf.createSocket("what", 80);
133 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); local
134 when(sf.createSocket().getOutputStream()).thenReturn(out1);
135 when(sf.createSocket("google.com", 80).getOutputStream()).thenReturn(out2);
136 when(sf.createSocket("stackoverflow.com", 80).getOutputStream()).thenReturn(out3);
138 assertSame(out1, sf.createSocket().getOutputStream());
139 assertSame(out2, sf.createSocket("google.com", 80).getOutputStream());
140 assertSame(out3, sf.createSocket("stackoverflow.com", 80).getOutputStream())
151 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); local
166 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); local
183 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); local
197 SocketFactory sf = mock(SocketFactory.class, RETURNS_DEEP_STUBS); local
    [all...]
  /external/googletest/ci/
install-linux.sh 47 ln -sf /usr/bin/ccache $HOME/bin/${CXX};
48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
  /hardware/qcom/msm8x09/
msm8x09.mk 19 debug.sf.hwc.canUseABC=1 \
20 debug.sf.disable_backpressure=1 \
21 debug.sf.latch_unsignaled=1 \
  /libcore/ojluni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 309 * @param sf the default SSL socket factory
317 public static void setDefaultSSLSocketFactory(SSLSocketFactory sf) {
318 if (sf == null) {
327 defaultSSLSocketFactory = sf;
358 * @param sf the SSL socket factory
363 public void setSSLSocketFactory(SSLSocketFactory sf) {
364 if (sf == null) {
373 sslSocketFactory = sf;
  /external/guice/core/src/com/google/inject/internal/
BytecodeGen.java 36 * net.sf.cglib.reflect.FastClass faster reflection}, {@link net.sf.cglib.proxy.Enhancer method
79 /** either "net.sf.cglib", or "com.google.inject.internal.cglib" */
81 = net.sf.cglib.proxy.Enhancer.class.getName().replaceFirst("\\.cglib\\..*$", ".cglib");
83 static final net.sf.cglib.core.NamingPolicy FASTCLASS_NAMING_POLICY
84 = new net.sf.cglib.core.DefaultNamingPolicy() {
91 net.sf.cglib.core.Predicate names) {
100 static final net.sf.cglib.core.NamingPolicy ENHANCER_NAMING_POLICY
101 = new net.sf.cglib.core.DefaultNamingPolicy() {
109 net.sf.cglib.core.Predicate names)
    [all...]

Completed in 1454 milliseconds

12 3 4 5 6 7 8 91011>>