Searched +refs:source +refs:rappor (Results 1 – 4 of 4) sorted by relevance
/external/rappor/ |
D | README.android | 2 If you want to get the full source or other components, please visit Rappor github page: 3 https://github.com/google/rappor 10 - Modified client/java/com/google/rappor/HmacDrbg.java, client/java/com/google/rappor/Encoder.java 13 - Moved package from com.google.rappor.* to com.google.android.rappor.* to avoid source conflict wi…
|
D | README.md | 13 [rappor-discuss@googlegroups.com][group]. 22 output](http://google.github.io/rappor/examples/report.html). 62 - None. You should be able to just import the `rappor.py` file. 78 This currently runs Python unit tests, lints Python source files, and runs R 84 `rappor.py` is a tiny standalone Python file, and you can easily copy it into a 109 rappor.py 135 - [RAPPOR Data Flow](http://google.github.io/rappor/doc/data-flow.html) 147 - [RAPPOR implementation in Chrome](http://www.chromium.org/developers/design-documents/rappor) 154 - Mailing list: [rappor-discuss@googlegroups.com][group] 156 [group]: https://groups.google.com/forum/#!forum/rappor-discuss
|
/external/rappor/tests/ |
D | compare_dist.R | 50 source("analysis/R/read_input.R") 51 source("analysis/R/decode.R") 52 source("analysis/R/util.R") 54 source("analysis/R/alternative.R") # temporary 132 rappor <- ctx$rappor # from output of AnalyzeRAPPOR functionVar 138 rappor_values <- StringToInt(rappor$string) 155 proportion = rappor$proportion, 196 num_rappor = nrow(rappor), 200 sum_proportion = sum(rappor$proportion) 252 ctx$rappor <- RunRappor(input_case_prefix, input_instance_prefix, ctx)
|
D | compare_dist_test.R | 19 source('tests/compare_dist.R') 25 ctx$rappor <- data.frame(strings = c('v2', 'v3', 'v4'), proportion = c(0.1, 0.2, 0.3))
|