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

1 2 3 4 5

  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 33 * Tests for {@link Functions}.
42 Function<String, String> identity = Functions.identity();
48 Function<Long, Long> identity = Functions.identity();
54 checkCanReserializeSingleton(Functions.identity());
58 assertEquals("3", Functions.toStringFunction().apply(3));
59 assertEquals("hiya", Functions.toStringFunction().apply("hiya"));
61 Functions.toStringFunction().apply(
68 Functions.toStringFunction().apply(null);
77 checkCanReserializeSingleton(Functions.toStringFunction());
83 tester.testAllPublicStaticMethods(Functions.class)
    [all...]
EquivalenceTest.java 99 EquivalenceTester.of(Equivalences.equals().onResultOf(Functions.toStringFunction()))
108 Equivalences.identity().onResultOf(Functions.toStringFunction()),
109 Equivalences.identity().onResultOf(Functions.toStringFunction()))
110 .addEqualityGroup(Equivalences.equals().onResultOf(Functions.toStringFunction()))
111 .addEqualityGroup(Equivalences.identity().onResultOf(Functions.identity()))
  /external/guava/guava-tests/test/com/google/common/collect/
MapsSortedTransformValuesTest.java 24 import com.google.common.base.Functions;
37 Functions.<String>identity());
46 return Maps.transformValues(underlying, Functions.toStringFunction());
51 assertTrue(Maps.transformValues(sortedMap, Functions.<String>identity())
MultimapsTransformValuesAsMapTest.java 20 import com.google.common.base.Functions;
41 Functions.<Integer> identity()).asMap();
48 .transformValues(delegate, Functions.<Integer> identity()).asMap();
MapsTransformValuesTest.java 28 import com.google.common.base.Functions;
59 Functions.<String>identity());
68 return Maps.transformValues(underlying, Functions.toStringFunction());
98 ImmutableMap.<String, Integer>of(), Functions.toStringFunction());
104 ImmutableMap.of("a", 1), Functions.toStringFunction());
113 underlying, Functions.<Integer>identity());
119 ImmutableMap.of("a", 1), Functions.toStringFunction());
143 = Maps.transformValues(underlying, Functions.toStringFunction());
177 = Maps.transformValues(underlying, Functions.toStringFunction());
202 = Maps.transformValues(underlying, Functions.toStringFunction())
    [all...]
MapsTransformValuesUnmodifiableIteratorTest.java 21 import com.google.common.base.Functions;
112 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction());
121 new UnmodifiableIteratorMap<String, Integer>(underlying), Functions.toStringFunction());
151 ImmutableMap.<String, Integer>of(), Functions.toStringFunction());
157 ImmutableMap.of("a", 1), Functions.toStringFunction());
166 underlying, Functions.<Integer>identity());
172 ImmutableMap.of("a", 1), Functions.toStringFunction());
196 = Maps.transformValues(underlying, Functions.toStringFunction());
230 = Maps.transformValues(underlying, Functions.toStringFunction());
255 = Maps.transformValues(underlying, Functions.toStringFunction())
    [all...]
SortedListsTest.java 20 import com.google.common.base.Functions;
124 tester.setDefault(Function.class, Functions.identity());
MultimapCollectionTest.java 28 import com.google.common.base.Functions;
    [all...]
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 65 list_type Functions;
134 iterator begin() { return Functions.begin(); }
135 iterator end() { return Functions.end(); }
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 174 typename std::set<const FType*> Functions;
176 dbgs() << "Functions: \n";
179 Functions.insert(F);
184 Functions.insert(fi->first);
188 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
198 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
209 dbgs() << "Functions: \n";
  /external/llvm/lib/IR/
GCOV.cpp 27 DeleteContainerPointers(Functions);
51 assert(i < Functions.size() && ".gcda data does not match .gcno data");
52 GFun = Functions[i];
55 Functions.push_back(GFun);
66 for (SmallVector<GCOVFunction *, 16>::iterator I = Functions.begin(),
67 E = Functions.end(); I != E; ++I)
74 for (SmallVector<GCOVFunction *, 16>::iterator I = Functions.begin(),
75 E = Functions.end(); I != E; ++I)
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 11 // Amplifier XE 2011 about JITted functions.
194 MethodAddressVector Functions;
196 // Use symbol info to iterate functions in the object.
216 Functions.push_back((void*)Addr);
257 LoadedObjectMap[ObjData] = Functions;
268 MethodAddressVector& Functions = OI->second;
271 for (MethodAddressVector::iterator FI = Functions.begin(),
272 FE = Functions.end();
  /external/webkit/Tools/Scripts/
run-launcher 33 use File::Spec::Functions qw/catdir/;
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 173 /// ReduceCrashingFunctions reducer - This works by removing functions and
211 std::set<Function*> Functions;
217 Functions.insert(CMF);
220 outs() << "Checking for crash with only these functions: ";
224 // Loop over and delete any functions which we aren't supposed to be playing
227 if (!I->isDeclaration() && !Functions.count(I))
236 Funcs.assign(Functions.begin(), Functions.end());
248 /// the CFG really fast which can reduce large functions quickly.
492 // Now try to reduce the number of functions in the module to something small
    [all...]
  /external/neven/
Android.mk 24 Embedded/common/src/b_APIEm/Functions.c \
31 Embedded/common/src/b_BasicEm/Functions.c \
46 Embedded/common/src/b_BitFeatureEm/Functions.c \
68 Embedded/common/src/b_ImageEm/Functions.c \
87 Embedded/common/src/b_TensorEm/Functions.c \
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 90 #pragma mark - General Utility Functions
101 #pragma mark - Domain Name Utility Functions
124 #pragma mark - Resource Record Utility Functions
182 #pragma mark - DNS Message Creation Functions
227 #pragma mark - DNS Message Parsing Functions
256 #pragma mark - Packet Sending Functions
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.h 90 SymbolMapTy Functions;
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 34 use File::Spec::Functions;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 142 FunctionListTy &Functions) {
147 Functions.push_back(f);
148 FunctionMap[Address] = &Functions.back();
332 FunctionListTy Functions;
346 // Insert the functions from the function starts segment into our map.
469 InstrAnalysis.get(), Start, DebugOut, FunctionMap, Functions);
506 FunctionMap, Functions);
511 // Create functions for the remaining callees we have gathered,
523 Functions.push_back(f);
524 mi->second = &Functions.back()
    [all...]
  /cts/
CtsBuild.mk 33 # Functions to get the paths of the build outputs.
  /external/compiler-rt/make/
lib_util.mk 1 # Library Utility Functions
27 # Helper functions that select the entire list of subdirs where a function is
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
SDL_syscdrom.c 54 #pragma mark -- Helper Functions --
154 #pragma mark -- Driver Functions --
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 14 // recursive functions, which they process all at once.
142 // Run pass P on all functions in the current SCC.
163 /// RefreshCallGraph - Scan the functions in the specified CFG and resync the
187 // Scan all functions in the SCC.
214 // constant folding happens of well known functions etc.
387 std::string Functions;
389 raw_string_ostream OS(Functions);
397 dumpPassInfo(P, EXECUTION_MSG, ON_CG_MSG, Functions);
442 // functions in this SCC. However, we support iterative compilation in the
  /external/llvm/include/llvm/Support/
GCOV.h 167 SmallVector<GCOVFunction *, 16> Functions;
  /external/eigen/blas/
lsame.f 27 * .. Intrinsic Functions ..

Completed in 287 milliseconds

1 2 3 4 5