OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Connections
(Results
1 - 5
of
5
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowSQLiteConnection.java
56
private static final
Connections
CONNECTIONS
= new
Connections
();
72
return castNativePtr(
CONNECTIONS
.open(path));
89
return
CONNECTIONS
.prepareStatement(connectionPtr, newSql);
102
CONNECTIONS
.reset();
113
CONNECTIONS
.close(connectionPtr);
123
CONNECTIONS
.finalizeStmt(connectionPtr, statementPtr);
133
return
CONNECTIONS
.getParameterCount(connectionPtr, statementPtr);
143
return
CONNECTIONS
.isReadOnly(connectionPtr, statementPtr)
[
all
...]
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h
468
UINT8
Connections
;
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SmBios.h
[
all
...]
Completed in 597 milliseconds